-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
エントリーポイントの確認 #1025
エントリーポイントの確認 #1025
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1025 +/- ##
==========================================
+ Coverage 49.10% 49.23% +0.12%
==========================================
Files 121 121
Lines 10742 10804 +62
==========================================
+ Hits 5275 5319 +44
- Misses 5140 5152 +12
- Partials 327 333 +6 ☔ View full report in Codecov by Sentry. |
User description
fix: #1016
entryPointがzipファイル内の存在するファイルを指しているかを確認する。この実装の結果、zipファイル以外を弾くようになった。
PR Type
Enhancement, Tests
Description
Changes walkthrough 📝
game_file.go
エラーハンドリングの強化とエラーメッセージの改善
src/handler/v2/game_file.go
game_file_test.go
エラーハンドリングのテストケース追加
src/handler/v2/game_file_test.go
game_file_test.go
zipファイルとエントリーポイント検証のテスト追加
src/service/v2/game_file_test.go
errors.go
新しいエラー定数の追加
src/service/errors.go
game_file.go
zipファイルとエントリーポイントの検証機能追加
src/service/v2/game_file.go
v2_game_file.go
関数コメントの更新
src/service/v2_game_file.go
v2.yaml
APIドキュメントの更新
docs/openapi/v2.yaml